Search
TickSettings.setCustomIntervals Method
See Also
 






Sets a collection with CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public void setCustomIntervals (
    ObservableList<CustomInterval> value
)

 Parameters

value

An ObservableList containing tick intervals.

 See Also